src/rocksdb/queryable.d(24,14): Error: cast from `string` to `ubyte[]` not allowed in safe code src/rocksdb/queryable.d(24,32): Error: cast from `string` to `ubyte[]` not allowed in safe code src/rocksdb/queryable.d(34,17): Error: cast from `string` to `ubyte[]` not allowed in safe code src/rocksdb/batch.d(59,20): Error: `key.ptr` cannot be used in `@safe` code, use `&key[0]` instead src/rocksdb/batch.d(61,20): Error: `value.ptr` cannot be used in `@safe` code, use `&value[0]` instead src/rocksdb/batch.d(66,20): Error: `key.ptr` cannot be used in `@safe` code, use `&key[0]` instead src/rocksdb/batch.d(68,20): Error: `value.ptr` cannot be used in `@safe` code, use `&value[0]` instead src/rocksdb/batch.d(80,20): Error: `key.ptr` cannot be used in `@safe` code, use `&key[0]` instead src/rocksdb/batch.d(85,20): Error: `key.ptr` cannot be used in `@safe` code, use `&key[0]` instead src/rocksdb/queryable.d(13,33): Error: cast from `string` to `ubyte[]` not allowed in safe code src/rocksdb/queryable.d(24,14): Error: cast from `string` to `ubyte[]` not allowed in safe code src/rocksdb/queryable.d(24,32): Error: cast from `string` to `ubyte[]` not allowed in safe code src/rocksdb/queryable.d(34,17): Error: cast from `string` to `ubyte[]` not allowed in safe code src/rocksdb/columnfamily.d(40,25): Error: `@safe` function `rocksdb.columnfamily.ColumnFamily.withIter` cannot call `@system` function `object.destroy!(true, Iterator).destroy` /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../druntime/import/object.d(3453,6): `object.destroy!(true, Iterator).destroy` is declared here src/rocksdb/columnfamily.d(46,53): Error: cannot take address of local `err` in `@safe` function `drop` src/rocksdb/database.d(45,56): Error: `@safe` function `rocksdb.database.ensureRocks` cannot call `@system` function `std.string.fromStringz!char.fromStringz` /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../phobos/std/string.d(222,15): `std.string.fromStringz!char.fromStringz` is declared here src/rocksdb/queryable.d(13,33): Error: cast from `string` to `ubyte[]` not allowed in safe code src/rocksdb/queryable.d(24,14): Error: cast from `string` to `ubyte[]` not allowed in safe code src/rocksdb/queryable.d(24,32): Error: cast from `string` to `ubyte[]` not allowed in safe code src/rocksdb/queryable.d(34,17): Error: cast from `string` to `ubyte[]` not allowed in safe code /opt/dmd-safe/dmd/dmd-safe failed with exit code 1.